Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ modified
Method
modified
atomic-semantic/src/entity.rs:238–240 ·
view source on GitHub ↗
(entity: Entity)
Source
from the content-addressed store, hash-verified
236
}
237
238
pub fn modified(entity: Entity) -> Self {
239
Self::new(entity, ChangeType::Modified)
240
}
241
242
pub fn deleted(entity: Entity) -> Self {
243
Self::new(entity, ChangeType::Deleted)
Callers
1
take_snapshot
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected