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

Function function_get_constant

v2/engine/function.c:293–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293static OBJECT * function_get_constant( JAM_FUNCTION * function, int idx )
294{
295 return function->constants[ idx ];
296}
297
298static LIST * function_get_variable( JAM_FUNCTION * function, FRAME * frame,
299 int idx )

Callers 1

function_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected