Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ PostTriggerInterval
Method
PostTriggerInterval
lib/mdflib/mdflib/src/evcomment.cpp:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void EvComment::PostTriggerInterval(MdNumber interval) {
33
post_trigger_interval_ = std::move(interval);
34
}
35
36
const MdNumber& EvComment::PostTriggerInterval() const {
37
return post_trigger_interval_;
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64