Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/histogram
/ is_more_recent
Function
is_more_recent
doc/sync_code.py:6–7 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
4
import
os
5
6
def
is_more_recent(a, b):
7
return
os.stat(a).st_mtime > os.stat(b).st_mtime
8
9
out_dir = os.path.dirname(__file__) +
"/../examples"
10
if
not os.path.exists(out_dir):
Callers
1
sync_code.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected