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

Function resolveType

scripts/codegen/python.ts:3083–3084  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

3081 }
3082
3083 const resolveType = (name: string): string =>
3084 actualTypeNames.get(name.toLowerCase()) ?? definitionAliases.get(name.toLowerCase()) ?? name;
3085
3086 const annotatePythonTypes = (typeNames: Iterable<string>, comment: string): void => {
3087 const annotated = new Set<string>();

Callers 5

annotatePythonTypesFunction · 0.70
emitMethodFunction · 0.70

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…