Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SincereCSL/Playgrounds
/ endless
Function
endless
TypeScript/StudyTypeScript/src/dataType.ts:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
57
//死循环函数
58
let
endless = () => {
59
while
(true) {}
60
}
61
62
63
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected