MCPcopy Create free account
hub / github.com/agentcodee/cursor-free-everyday / PackageJson

Class PackageJson

reset_machine.rs:300–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298
299#[derive(Deserialize)]
300struct PackageJson {
301 version: String,
302}
303
304fn get_cursor_version() -> Option<String> {
305 if let Some(package_path) = get_cursor_package_path() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected