Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ call
Function
call
v2/util/indirect.py:11–15 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
9
from
b2.util
import
call_jam_function, bjam_signature
10
11
def
call(*args):
12
a1 = args[0]
13
name = a1[0]
14
a1tail = a1[1:]
15
call_jam_function(name, *((a1tail,) + args[1:]))
Callers
nothing calls this directly
Calls
1
call_jam_function
Function · 0.90
Tested by
no test coverage detected