MCPcopy Create free account
hub / github.com/TomHarte/CLK / activity_source

Method activity_source

Analyser/Dynamic/MultiMachine/MultiMachine.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34Activity::Source *MultiMachine::activity_source() {
35 return nullptr; // TODO
36}
37
38#define Provider(type, name, member) \
39 type *MultiMachine::name() { \

Callers 2

addActivityObserverMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected