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

Function function_get_variable

src/engine/function.cpp:319–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319static LIST * function_get_variable( JAM_FUNCTION * function, FRAME * frame,
320 int32_t idx )
321{
322 return list_copy( var_get( frame->module, function->constants[ idx ] ) );
323}
324
325static void function_set_variable( JAM_FUNCTION * function, FRAME * frame,
326 int32_t idx, LIST * value )

Callers 1

function_runFunction · 0.85

Calls 2

list_copyFunction · 0.85
var_getFunction · 0.85

Tested by

no test coverage detected