MCPcopy Create free account
hub / github.com/boostorg/build / function_set_rule

Function function_set_rule

src/engine/function.c:331–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331static void function_set_rule( JAM_FUNCTION * function, FRAME * frame,
332 STACK * s, int idx )
333{
334 SUBFUNCTION * sub = function->functions + idx;
335 new_rule_body( frame->module, sub->name, sub->code, !sub->local );
336}
337
338static void function_set_actions( JAM_FUNCTION * function, FRAME * frame,
339 STACK * s, int idx )

Callers 1

function_runFunction · 0.85

Calls 1

new_rule_bodyFunction · 0.85

Tested by

no test coverage detected