MCPcopy Create free account
hub / github.com/expr-lang/expr / Locations

Method Locations

vm/program.go:71–73  ·  view source on GitHub ↗

Locations returns a slice of bytecode's locations.

()

Source from the content-addressed store, hash-verified

69
70// Locations returns a slice of bytecode's locations.
71func (program *Program) Locations() []file.Location {
72 return program.locations
73}
74
75// Disassemble returns opcodes as a string.
76func (program *Program) Disassemble() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected