Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/callstack/agent-device
/ assertPngFile
Function
assertPngFile
test/integration/provider-scenarios/assertions.ts:107–109 ·
view source on GitHub ↗
(filePath: string)
Source
from the content-addressed store, hash-verified
105
}
106
107
export
function
assertPngFile(filePath: string): void {
108
assert.deepEqual(fs.readFileSync(filePath).subarray(0, 8), pngSignature());
109
}
Callers
5
assertWebScreenshot
Function · 0.90
runAndroidCaptureInteractionAndReplayWorkflow
Function · 0.90
web-desktop.test.ts
File · 0.90
macos-desktop.test.ts
File · 0.90
linux-desktop.test.ts
File · 0.90
Calls
1
pngSignature
Function · 0.85
Tested by
2
assertWebScreenshot
Function · 0.72
runAndroidCaptureInteractionAndReplayWorkflow
Function · 0.72