Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chain/txvm
/ initString
Method
initString
protocol/txvm/asm/scanner.go:23–26 ·
view source on GitHub ↗
(str string)
Source
from the content-addressed store, hash-verified
21
}
22
23
func
(s *scanner) initString(str string) {
24
s.srcstr = str
25
s.next()
26
}
27
28
type
token int
29
Callers
2
TestScanner
Function · 0.95
Assemble
Function · 0.80
Calls
1
next
Method · 0.95
Tested by
1
TestScanner
Function · 0.76