(name, context = kHashContextNode)
| 85 | } |
| 86 | |
| 87 | function normalizeHashName(name, context = kHashContextNode) { |
| 88 | return kHashNames[name]?.[context]; |
| 89 | } |
| 90 | |
| 91 | |
| 92 | normalizeHashName.kContextNode = kHashContextNode; |
no outgoing calls
no test coverage detected
searching dependent graphs…