Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1jehuang/jcode
/ jcode_dir
Function
jcode_dir
crates/jcode-base/src/browser.rs:35–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
];
34
35
fn jcode_dir() -> PathBuf {
36
storage::jcode_dir().unwrap_or_else(|_| {
37
dirs::home_dir()
38
.unwrap_or_else(|| PathBuf::from(
"."
))
39
.join(
".jcode"
)
40
})
41
}
42
43
fn browser_dir() -> PathBuf {
44
jcode_dir().join(
"browser"
)
Callers
15
save_startup_submission_for_session
Function · 0.70
global_goals_dir
Function · 0.70
project_goals_dir
Function · 0.70
session_attachment_path
Function · 0.70
default_heap_profile_path
Function · 0.70
browser_dir
Function · 0.70
dir_path
Function · 0.70
models_dir
Function · 0.70
path
Method · 0.70
usage_path
Function · 0.70
save_transcript
Method · 0.70
queue_path
Function · 0.70
Calls
1
home_dir
Function · 0.50
Tested by
3
openai_model_routes_cover_oauth_api_and_no_auth_state_space
Function · 0.40
launcher_dir_uses_sandbox_bin_when_jcode_home_is_set
Function · 0.40
update_launcher_symlink_stays_inside_sandbox_home
Function · 0.40