MCPcopy
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

getMethod · 0.95
setMethod · 0.95
hasMethod · 0.95
deleteMethod · 0.95
getFunction · 0.80
getAttributeNameMethod · 0.80

Calls 1

dasherizeFunction · 0.90

Tested by

no test coverage detected