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.c:296–299 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
294
}
295
296
static OBJECT * function_get_constant( JAM_FUNCTION * function, int idx )
297
{
298
return function->constants[ idx ];
299
}
300
301
static LIST * function_get_variable( JAM_FUNCTION * function, FRAME * frame,
302
int idx )
Callers
1
function_run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected