Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ StringMap
TypeAlias
StringMap
coderd/database/types.go:178–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
type
StringMap
map
[string]string
179
180
func
(m *StringMap) Scan(src
interface
{}) error {
181
if
src == nil {
Callers
3
TestExtraMethods
Method · 0.92
TestSystemFunctions
Method · 0.92
TestTemplatePush
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected