MCPcopy Create free account
hub / github.com/despiteallobjections/amigo / load

Method load

types/lvalue.go:20–20  ·  view source on GitHub ↗

stores v into the location

(b *builder)

Source from the content-addressed store, hash-verified

18type lvalue interface {
19 store(b *builder, v Value) // stores v into the location
20 load(b *builder) Value // loads the contents of the location
21 address(b *builder) Value // address of the location
22 typ() Type // returns the type of the location
23}

Callers 3

exprMethod · 0.65
expr0Method · 0.65
assignOpMethod · 0.65

Implementers 3

addresstypes/lvalue.go
elementtypes/lvalue.go
blanktypes/lvalue.go

Calls

no outgoing calls

Tested by

no test coverage detected