Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
Activity::Source *MultiMachine::activity_source() {
35
return nullptr; // TODO
36
}
37
38
#define Provider(type, name, member) \
39
type *MultiMachine::name() { \
Callers
2
addActivityObserver
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected