Compare functions across code shards
31-checkupworkflowsetup L3★2
vblanco20-1/stb_image_jai ↗What it does
Verify build output artifacts exist and have expected properties
Best for
Post-build sanity check to catch silent artifact corruption or incomplete linking.
Inputs
- · [object Object]
Outputs
- · [object Object]
Requires
- · stat
- · file
- · Bash
Preconditions
Build artifacts on filesystem
Failure modes
Artifact disappears between phases; filesize suspicious (too small/large); not executable
Trust signals
- · Explicit filesize + timestamp checks
- · Executable flag verified