folderModelStatePath function
Path of the per-folder model state file for cwd.
Implementation
String folderModelStatePath({
required String sessionsRoot,
required String cwd,
}) => '$sessionsRoot/${encodeSessionCwd(cwd)}/model-state.json';
Path of the per-folder model state file for cwd.
String folderModelStatePath({
required String sessionsRoot,
required String cwd,
}) => '$sessionsRoot/${encodeSessionCwd(cwd)}/model-state.json';