Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
detectCycle
Function · 0.95
__TS__MapGroupBy
Function · 0.95
getEmitPlan
Method · 0.95
afterPrint
Method · 0.95
_detectCycle
Function · 0.45
measure
Function · 0.45
getOrUpdate
Function · 0.45
getLuaLibModulesInfo
Function · 0.45
getLuaLibExportToFeatureMap
Function · 0.45
readLuaLibFeature
Function · 0.45
getLuaLibBundle
Function · 0.45
findUsedLualibFeatures
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected