folderModelStatePath function

String folderModelStatePath({
  1. required String sessionsRoot,
  2. required String cwd,
})

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';