Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ closeWindow
Function
closeWindow
src/core/index.ts:131–133 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
129
}
130
131
export
function
closeWindow(): void {
132
bloom_close_window();
133
}
134
135
export
function
windowShouldClose(): boolean {
136
return
bloom_window_should_close() !== 0;
Callers
7
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_close_window
Function · 0.50
Tested by
no test coverage detected