Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ tool-result.test.ts
File
tool-result.test.ts
packages/core/sdk/src/tool-result.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
"@effect/vitest"
;
2
import
{ ToolResult, isToolFile, isToolResult } from
"./tool-result"
;
3
4
describe(
"ToolResult"
, () => {
Callers
nothing calls this directly
Calls
2
isToolResult
Function · 0.90
isToolFile
Function · 0.90
Tested by
no test coverage detected