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

Function function_set_rule

v2/engine/function.c:328–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

function_runFunction · 0.85

Calls 1

new_rule_bodyFunction · 0.85

Tested by

no test coverage detected