Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielpaulus/quicktime_video_hack
/ String
Method
String
screencapture/packet/sync_time.go:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
func
(sp SyncTimePacket) String() string {
42
return
fmt.Sprintf(
"SYNC_TIME{ClockRef:%x, CorrelationID:%x}"
, sp.ClockRef, sp.CorrelationID)
43
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected