Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ abort.test.ts
File
abort.test.ts
packages/agent-core/test/utils/abort.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
'vitest'
;
2
3
import
{ isAbortError } from
'../../src/loop/errors'
;
4
import
{
Callers
nothing calls this directly
Calls
7
isUserCancellation
Function · 0.90
userCancellationReason
Function · 0.90
isAbortError
Function · 0.90
abortError
Function · 0.90
abortable
Function · 0.90
abort
Method · 0.65
resolve
Method · 0.65
Tested by
no test coverage detected