MCPcopy 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

generateJsAstMethod · 0.95

Calls 1

getPropertyMethod · 0.80

Tested by

no test coverage detected