Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/canonical/multipass
/ DummyKeyProvider
Method
DummyKeyProvider
tests/test_daemon.cpp:374–376 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
{
373
public:
374
explicit DummyKeyProvider(std::string key) : key{std::move(key)}
375
{
376
}
377
std::string public_key_as_base64() const override
378
{
379
return key;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected