Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CashScript/cashscript
/ Debuggable
Interface
Debuggable
packages/cashscript/src/test/TestExtensions.ts:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
interface
Debuggable {
15
debug(): DebugResults;
16
}
17
18
type
TestFramework = typeof vi;
19
const
testFramework: TestFramework = (globalThis as any).vi ?? (globalThis as any).jest;
Callers
8
multi-contract-debugging.test.ts
File · 0.65
debugging-old-artifacts.test.ts
File · 0.65
debugging.test.ts
File · 0.65
LocktimeGuard.test.ts
File · 0.65
debugSingleScenario
Function · 0.65
toLog
Function · 0.65
toFailRequire
Function · 0.65
toFailRequireWith
Function · 0.65
Implementers
1
TransactionBuilder
packages/cashscript/src/TransactionBui
Calls
no outgoing calls
Tested by
no test coverage detected