Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ peek
Method
peek
source/python.js:1759–1765 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1757
}
1758
}
1759
peek() {
1760
if
(!this._cache) {
1761
this._tokenize();
1762
this._cache = true;
1763
}
1764
return
this._token;
1765
}
1766
read() {
1767
if
(!this._cache) {
1768
this._tokenize();
Callers
nothing calls this directly
Calls
1
_tokenize
Method · 0.45
Tested by
no test coverage detected