Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ last
Method
last
dds/DCPS/RepoIdGenerator.cpp:81–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
void
82
RepoIdGenerator::last(long key)
83
{
84
if (key > lastKey_) {
85
lastKey_ = key;
86
}
87
}
88
89
} // namespace DCPS
90
} // namespace OpenDDS
Callers
5
receive_image
Method · 0.80
last_topic_key
Method · 0.80
last_publication_key
Method · 0.80
last_subscription_key
Method · 0.80
last_participant_key
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected