Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RtlZeroMemory/Rezi
/
Class
packages/core/src/drawlist/builderBase.ts:76–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
return
true;
75
}
76
export
abstract
class
DrawlistBuilderBase<TEncodedStyle> {
77
protected readonly builderName: string;
78
79
protected readonly maxDrawlistBytes: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected