Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SincereCSL/Playgrounds
/ function.ts
File
function.ts
TypeScript/StudyTypeScript/src/function.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/// 函数定义
2
function
add1(x: number, y: number){
3
return
x + y;
4
}
Callers
nothing calls this directly
Calls
4
add5
Function · 0.85
add6
Function · 0.85
add7
Function · 0.85
add8
Function · 0.85
Tested by
no test coverage detected