Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XpuOS/xsched
/ Synchronizable
Method
Synchronizable
platforms/vpi/hal/src/vpi_command.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
bool VpiCommand::Synchronizable()
22
{
23
return following_event_ != nullptr;
24
}
25
26
bool VpiCommand::EnableSynchronization()
27
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected