MCPcopy Index your code
hub / github.com/sshwsfc/xadmin / load_dict

Method load_dict

packages/xadmin/src/app.js:131–133  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

129 }
130
131 load_dict(key) {
132 return this.map(key)
133 }
134
135 load_list(key) {
136 return this.array(key)

Callers 13

Array.jsFile · 0.80
index.jsFile · 0.80
render.jsFile · 0.80
mappers.jsFile · 0.80
Cell.jsFile · 0.80
Root.jsFile · 0.80
random.jsFile · 0.80
ComponentTree.jsFile · 0.80
addCellFunction · 0.80
Menu.jsFile · 0.80
PropForm.jsFile · 0.80
Header.jsFile · 0.80

Calls 1

mapMethod · 0.95

Tested by

no test coverage detected