Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setValue
Method · 0.95
getValuesAsList
Method · 0.95
getValuesAsObject
Method · 0.95
Calls
1
getChildSet
Method · 0.45
Tested by
no test coverage detected