Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ function_get_constant
Function
function_get_constant
src/engine/function.cpp:314–317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
312
}
313
314
static OBJECT * function_get_constant( JAM_FUNCTION * function, int32_t idx )
315
{
316
return function->constants[ idx ];
317
}
318
319
static LIST * function_get_variable( JAM_FUNCTION * function, FRAME * frame,
320
int32_t idx )
Callers
1
function_run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected