Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UtilitechAS/amsreader-firmware
/ getSource
Method
getSource
lib/PriceService/src/PricesContainer.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
char* PricesContainer::getSource() {
22
return this->source;
23
}
24
25
void PricesContainer::setCurrency(char* currency) {
26
strncpy(this->currency, currency, 4);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected