MCPcopy Create free account
hub / github.com/SplootCode/splootcode / getValues

Method getValues

packages/language-web/types/dataset/row.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 getValues() {
31 return this.getChildSet('values')
32 }
33
34 setValue(fieldName: string, value: string) {
35 for (const valueEntry of this.getValues().children as DataEntrySplootNode[]) {

Callers 3

setValueMethod · 0.95
getValuesAsListMethod · 0.95
getValuesAsObjectMethod · 0.95

Calls 1

getChildSetMethod · 0.45

Tested by

no test coverage detected