Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/SimDeck
/ assertPng
Function
assertPng
scripts/integration/cli.mjs:2019–2021 ·
view source on GitHub ↗
(filePath)
Source
from the content-addressed store, hash-verified
2017
}
2018
2019
function
assertPng(filePath) {
2020
assertPngBuffer(fs.readFileSync(filePath));
2021
}
2022
2023
function
assertMp4(filePath) {
2024
assertMp4Buffer(fs.readFileSync(filePath));
Callers
1
main
Function · 0.85
Calls
1
assertPngBuffer
Function · 0.70
Tested by
no test coverage detected