MCPcopy Index your code
hub / github.com/TypeScriptToLua/TypeScriptToLua / get

Method get

src/lualib/Map.ts:83–85  ·  view source on GitHub ↗
(key: K)

Source from the content-addressed store, hash-verified

81 }
82
83 public get(key: K): V | undefined {
84 return this.items.get(key);
85 }
86
87 public has(key: K): boolean {
88 return this.nextKey.get(key) !== undefined || this.lastKey === key;

Callers 15

detectCycleFunction · 0.95
__TS__MapGroupByFunction · 0.95
getEmitPlanMethod · 0.95
afterPrintMethod · 0.95
_detectCycleFunction · 0.45
measureFunction · 0.45
getOrUpdateFunction · 0.45
getLuaLibModulesInfoFunction · 0.45
readLuaLibFeatureFunction · 0.45
getLuaLibBundleFunction · 0.45
findUsedLualibFeaturesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected