MCPcopy Index your code
hub / github.com/nodejs/llhttp / mulAdd

Method mulAdd

src/llhttp/http.ts:1265–1272  ·  view source on GitHub ↗
(field: string, targets: IMulTargets,
                 options: IMulOptions = { base: 10, signed: false })

Source from the content-addressed store, hash-verified

1263 }
1264
1265 private mulAdd(field: string, targets: IMulTargets,
1266 options: IMulOptions = { base: 10, signed: false }): Node {
1267 const p = this.llparse;
1268
1269 return p.invoke(p.code.mulAdd(field, options), {
1270 1: this.node(targets.overflow),
1271 }, this.node(targets.success));
1272 }
1273
1274 private isEqual(field: string, value: number, map: IIsEqualTargets) {
1275 const p = this.llparse;

Callers 2

buildLineMethod · 0.95
buildHeaderValueMethod · 0.95

Calls 1

nodeMethod · 0.95

Tested by

no test coverage detected