MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / set

Method set

projects/JavaScript/proto/proto.js:1292–1300  ·  view source on GitHub ↗

* Set the struct value * @this {!FieldModelOrder} * @param {!Order} fbeValue Order value

(fbeValue)

Source from the content-addressed store, hash-verified

1290 * @param {!Order} fbeValue Order value
1291 */
1292 set (fbeValue) {
1293 let fbeBegin = this.setBegin()
1294 if (fbeBegin === 0) {
1295 return
1296 }
1297
1298 this.setFields(fbeValue)
1299 this.setEnd(fbeBegin)
1300 }
1301
1302 /**
1303 * Set the struct fields values

Callers

nothing calls this directly

Calls 3

setBeginMethod · 0.95
setFieldsMethod · 0.95
setEndMethod · 0.95

Tested by

no test coverage detected