Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/baidu/amis
/ set
Method
set
packages/amis-core/src/utils/SimpleMap.ts:15–20 ·
view source on GitHub ↗
(key: K, value: V)
Source
from the content-addressed store, hash-verified
13
}
14
15
set(key: K, value: V) {
16
this.list.push({
17
key,
18
value
19
});
20
}
21
22
get(key: K) {
23
const
resolved = find(this.list, item => item.key === key);
Callers
15
fis-conf.js
File · 0.45
mk
Function · 0.45
doAction
Method · 0.45
reUseRowId
Method · 0.45
getEntryId
Method · 0.45
getFileKey
Method · 0.45
patchList
Method · 0.45
groupedResultByKeyword
Method · 0.45
groupedRenderersByKeyword
Function · 0.45
resolveRenderer
Method · 0.45
CustomStyle.tsx
File · 0.45
getBoundSuper
Function · 0.45
Calls
1
push
Method · 0.65
Tested by
no test coverage detected