apply_patch_check(filename, [sha1, ...]) Returns true if the contents of filename or the temporary copy in the cache partition (if present) have a SHA-1 checksum equal to one of the given sha1 values. sha1 values are specified as 40 hex digits. This function differs from sha1_check(read_file(filename), sha1 [, ...]) in that it knows to check the cache partition copy, so apply_patch_check() will su
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected