Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuipNetwork/cpp-sdk
/ getBalance
Method
getBalance
include/mock_wallet.hpp:70–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
Amount getBalance() override {
71
if (getBalanceMock) {
72
return getBalanceMock();
73
}
74
return QuipWallet::getBalance();
75
}
76
};
77
78
} // namespace quip
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected