Versions in this module Expand all Collapse all v0 v0.31.0 Jun 10, 2022 Changes in this version + const FunctionIn + const FunctionOut + const RegularJump + type JumpType string + type Location struct + Col int + EndCol int + EndLine int + FileIdx int + Jump JumpType + Length int + Line int + ModifierDepth int + Source string + Start int + type Source struct + Code string + File string + type SourceMap struct + func NewSourceMap(sources []*Source, contracts map[string]*compiler.Contract, ...) (*SourceMap, error) + func (sm *SourceMap) CoverageCollector() (vm.EVMLogger, func() []byte) + func (sm *SourceMap) Source(contract common.Address, pc uint64) (*Location, bool) + func (sm *SourceMap) SourceByName(contract string, pc uint64) (*Location, bool)