MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / Credential

Method Credential

mlspp/src/credential.cpp:293–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293Credential::Credential(SpecificCredential specific)
294 : _cred(std::move(specific))
295{
296}
297
298} // namespace mlspp

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected