Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrNothing/AI-Blocks
/ updateIndexParams
Method
updateIndexParams
Sources/src/Model/Objects/Script.js:145–152 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
143
}
144
145
updateIndexParams()
146
{
147
this.paramsIndex = {};
148
for
(
let
p in this.params)
149
{
150
this.paramsIndex[this.params[p].name] = p;
151
}
152
}
153
}
Callers
6
renderObjectModules
Method · 0.80
else
Method · 0.80
Scene.js
File · 0.80
Properties.js
File · 0.80
buildScript
Method · 0.80
updateAllProjectScriptInstances
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected