MCPcopy Create free account
hub / github.com/ChromiumWebApps/chromium / IsEntryReadyForCommit

Function IsEntryReadyForCommit

sync/engine/get_commit_ids.cc:115–166  ·  view source on GitHub ↗

An entry is not considered ready for commit if any are true: 1. It's in conflict. 2. It requires encryption (either the type is encrypted but a passphrase is missing from the cryptographer, or the entry itself wasn't properly encrypted). 3. It's type is currently throttled. 4. It's a delete but has not been committed.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

FilterUnreadyEntriesFunction · 0.85

Calls 7

IsEntryInConflictFunction · 0.85
EntryNeedsEncryptionFunction · 0.85
GetParentIdMethod · 0.80
IsRootMethod · 0.80
GetModelTypeMethod · 0.45
HasMethod · 0.45
GetIdMethod · 0.45

Tested by

no test coverage detected