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

Method setCall

types/builder.go:1608–1612  ·  view source on GitHub ↗
(c *CallCommon)

Source from the content-addressed store, hash-verified

1606}
1607
1608func (r *reader) setCall(c *CallCommon) {
1609 c.pos = r.pos()
1610 r.setCallFunc(c)
1611 c.Args = r.setCallArgs(c.Args)
1612}
1613
1614// assignOp emits to fn code to perform loc <op>= val.
1615func (b *builder) assignOp(loc lvalue, val Value, op Operator, pos Pos) {

Callers 2

exprNMethod · 0.95
expr0Method · 0.95

Calls 3

posMethod · 0.95
setCallFuncMethod · 0.95
setCallArgsMethod · 0.95

Tested by

no test coverage detected