Skip to content

helix / FunctionCost

Interface: FunctionCost

Defined in: core/report/cost-report.ts:15

Per-function cost: its own command count and any unbounded @e scans it makes.

Properties

commands

commands: number

Defined in: core/report/cost-report.ts:18

Non-blank, non-comment command lines in this function (calls included).


name

name: string

Defined in: core/report/cost-report.ts:16


unboundedScans

unboundedScans: string[]

Defined in: core/report/cost-report.ts:20

Rendered selectors in this function that scan all entities (e.g. bare @e).

Released under the MIT License · Credits