Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dtormoen/tsk-tsk
/ git_sync_manager
Method
git_sync_manager
src/context/mod.rs:50–52 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
48
}
49
50
pub fn git_sync_manager(&self) -> Arc<GitSyncManager> {
51
Arc::clone(&self.git_sync_manager)
52
}
53
54
/// Whether the session is interactive (should prompt the user for input).
55
///
Callers
2
fetch_changes
Method · 0.80
test_app_context_creation
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_app_context_creation
Function · 0.64