Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ beginDrawing
Function
beginDrawing
src/core/index.ts:141–143 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
139
// Drawing lifecycle
140
141
export
function
beginDrawing(): void {
142
bloom_begin_drawing();
143
}
144
145
export
function
endDrawing(): void {
146
bloom_end_drawing();
Callers
15
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
Calls
1
bloom_begin_drawing
Function · 0.50
Tested by
no test coverage detected