MCPcopy 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
178type StringMap map[string]string
179
180func (m *StringMap) Scan(src interface{}) error {
181 if src == nil {

Callers 3

TestExtraMethodsMethod · 0.92
TestSystemFunctionsMethod · 0.92
TestTemplatePushFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected