Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ null
Method
null
flow/MkCert.cpp:76–76 ·
view source on GitHub ↗
self-signed cert case
Source
from the content-addressed store, hash-verified
74
bool valid() const noexcept { return cert && privateKey; }
75
// self-signed cert case
76
bool null() const noexcept { return !cert && !privateKey; }
77
using SelfType = CertAndKeyNative;
78
using PemType = CertAndKeyRef;
79
Callers
1
makeCertNative
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected