MCPcopy Index your code
hub / github.com/github/copilot-sdk / goTypeIsMap

Function goTypeIsMap

scripts/codegen/go.ts:371–373  ·  view source on GitHub ↗
(goType: string | undefined)

Source from the content-addressed store, hash-verified

369}
370
371function goTypeIsMap(goType: string | undefined): boolean {
372 return goType?.startsWith("map[") ?? false;
373}
374
375function goTypeIsNilable(goType: string | undefined, ctx?: GoCodegenCtx): boolean {
376 if (!goType) return false;

Callers 3

goTypeIsNilableFunction · 0.85
goJSONOmitSuffixFunction · 0.85
goUntaggedUnionVariantFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…