Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SplootCode/splootcode
/ getValue
Method
getValue
packages/language-web/types/js/literals.ts:134–136 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
132
}
133
134
getValue() {
135
return
this.getProperty(
'value'
)
136
}
137
138
generateJsAst() {
139
return
recast.types.builders.numericLiteral(this.getValue())
Callers
1
generateJsAst
Method · 0.95
Calls
1
getProperty
Method · 0.80
Tested by
no test coverage detected