Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodeSolidServer/node-solid-server
/ isAcl
Method
isAcl
lib/acl-checker.mjs:260–262 ·
view source on GitHub ↗
(resource)
Source
from the content-addressed store, hash-verified
258
}
259
260
isAcl (resource) {
261
return
resource.endsWith(this.suffix)
262
}
263
264
static createFromLDPAndRequest (resource, ldp, req) {
265
const
trustedOrigins = ldp.getTrustedOrigins(req)
Callers
1
can
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected