MCPcopy Index your code
hub / github.com/nodeSolidServer/node-solid-server / rootAclFor

Method rootAclFor

lib/models/account-manager.mjs:75–78  ·  view source on GitHub ↗
(userAccount)

Source from the content-addressed store, hash-verified

73 }
74
75 rootAclFor (userAccount) {
76 const accountUri = this.accountUriFor(userAccount.username)
77 return new URL(this.store.suffixAcl, accountUri).toString()
78 }
79
80 addCertKeyToProfile (certificate, userAccount) {
81 if (!certificate) {

Callers 2

Calls 1

accountUriForMethod · 0.95

Tested by

no test coverage detected