MCPcopy 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/// 函数定义
2function add1(x: number, y: number){
3 return x + y;
4}

Callers

nothing calls this directly

Calls 4

add5Function · 0.85
add6Function · 0.85
add7Function · 0.85
add8Function · 0.85

Tested by

no test coverage detected