Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hotwired/stimulus
/ getAttributeNameForKey
Method
getAttributeNameForKey
src/core/data_map.ts:45–47 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
43
}
44
45
getAttributeNameForKey(key: string): string {
46
return
`data-${this.identifier}-${dasherize(key)}`
47
}
48
}
Callers
6
get
Method · 0.95
set
Method · 0.95
has
Method · 0.95
delete
Method · 0.95
get
Function · 0.80
getAttributeName
Method · 0.80
Calls
1
dasherize
Function · 0.90
Tested by
no test coverage detected