Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/loopbackio/loopback-next
/ tagNames
Method
tagNames
packages/context/src/binding.ts:688–690 ·
view source on GitHub ↗
* Get an array of tag names
()
Source
from the content-addressed store, hash-verified
686
* Get an array of tag names
687
*/
688
get tagNames() {
689
return
Object.keys(this.tagMap);
690
}
691
692
/**
693
* Set the binding scope
Callers
nothing calls this directly
Calls
1
keys
Method · 0.65
Tested by
no test coverage detected