MCPcopy 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
23func (s *scanner) initString(str string) {
24 s.srcstr = str
25 s.next()
26}
27
28type token int
29

Callers 2

TestScannerFunction · 0.95
AssembleFunction · 0.80

Calls 1

nextMethod · 0.95

Tested by 1

TestScannerFunction · 0.76