Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ addBeforeSet
Method
addBeforeSet
source/python.js:11417–11419 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
11415
this.containedTypes = [];
11416
}
11417
addBeforeSet(value) {
11418
this.before_set.push(value);
11419
}
11420
addAfterSet(value) {
11421
this.after_set.push(value);
11422
}
Callers
1
parseAliasAnnotation
Method · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected