Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ aliasAnalysis
Method
aliasAnalysis
source/python.js:6540–6542 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6538
return
list.join(
''
);
6539
}
6540
aliasAnalysis() {
6541
return
this._alias_kind ||
'CONSERVATIVE'
;
6542
}
6543
setAliasAnalysis(v) {
6544
this._alias_kind = v;
6545
}
Callers
1
aliasAnalysisKind
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected