MCPcopy 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
2019function assertPng(filePath) {
2020 assertPngBuffer(fs.readFileSync(filePath));
2021}
2022
2023function assertMp4(filePath) {
2024 assertMp4Buffer(fs.readFileSync(filePath));

Callers 1

mainFunction · 0.85

Calls 1

assertPngBufferFunction · 0.70

Tested by

no test coverage detected