MCPcopy Create free account
hub / github.com/SignTools/SignTools / profile

Struct profile

src/storage/profile.go:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189type profile struct {
190 id string
191 teamId string
192 fixedCert []byte
193 FileSystemBase
194}
195
196func (p *profile) GetId() string {
197 return p.id

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected