Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepNotesApp/DeepNotes
/ hasLayer
Method
hasLayer
packages/@stdlib/crypto/src/keyrings/keyring.ts:82–84 ·
view source on GitHub ↗
(layer: DataLayer)
Source
from the content-addressed store, hash-verified
80
return
_wrappedData.topLayer;
81
}
82
hasLayer(layer: DataLayer) {
83
return
_wrappedData.hasLayer(layer);
84
}
85
countLayerType(layer: DataLayer) {
86
return
_wrappedData.countLayerType(layer);
87
}
Callers
nothing calls this directly
Calls
1
hasLayer
Method · 0.65
Tested by
no test coverage detected