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

Function message

v2/tools/message.py:35–44  ·  view source on GitHub ↗
(name, *args)

Source from the content-addressed store, hash-verified

33 return (property_set.empty(), [])
34
35def message(name, *args):
36
37 if type(name) == type([]):
38 name = name[0]
39
40 t = get_manager().targets()
41
42 project = get_manager().projects().current()
43
44 return t.main_target_alternative(MessageTargetClass(*((name, project) + args)))
45
46get_manager().projects().add_rule("message", message)

Callers

nothing calls this directly

Calls 4

get_managerFunction · 0.90
MessageTargetClassClass · 0.85
targetsMethod · 0.80
projectsMethod · 0.80

Tested by

no test coverage detected