MCPcopy Create free account

hub / github.com/MemoLanes/MemoLanes / functions

Functions1,024 in github.com/MemoLanes/MemoLanes

↓ 6 callersMethodregion_states
(&self, layers: &[AchievementLayer])
app/rust/src/achievement/backend/on_demand.rs:63
↓ 6 callersMethodreplace
(&mut self, journey_bitmap: JourneyBitmap)
app/rust/src/renderer/map_renderer.rs:51
↓ 6 callersMethody
(&self)
app/rust/src/journey_bitmap.rs:362
↓ 5 callersMethodadd_line_with_change_callback
( &mut self, start_lng: f64, start_lat: f64, end_lng: f64, end_lat: f6
app/rust/src/journey_bitmap.rs:155
↓ 5 callersFunctionall_journeys
(main_db: &mut MainDb)
app/rust/tests/archive.rs:55
↓ 5 callersFunctioncells_from
(per_quarter: [Option<GeoEntityId>; 4])
app/rust/geo_data_format/src/packed_tile.rs:171
↓ 5 callersMethodcommit
(&self)
app/rust/src/api/edit_session.rs:535
↓ 5 callersMethodexplored_area_m2
(&self, layer: AchievementLayer)
app/rust/src/achievement/backend/on_demand.rs:57
↓ 5 callersFunctionexport_source_snapshot
()
app/rust/tests/fow_snapshot_export.rs:26
↓ 5 callersMethodgeo
(&self)
app/rust/src/achievement/backend/on_demand.rs:83
↓ 5 callersMethodget_at_level
Get a bit from mipmap level z at position (x, y) z=0: 1x1 level (x and y must be 0) z=1: 2x2 level (x, y ∈ [0, 1]) z=2: 4x4 level (x, y ∈ [0, 3]) ...
app/rust/src/journey_bitmap.rs:768
↓ 5 callersMethodget_tile_mut_or_insert_empty
(&mut self, key: &TileKey)
app/rust/src/journey_bitmap.rs:96
↓ 5 callersMethodinit_or_change_geo_data
( &self, worldview: geo_data_format::Worldview, bytes: &[u8], )
app/rust/src/storage.rs:405
↓ 5 callersFunctionload_fow_sync_data
()
app/rust/tests/import_export_data.rs:82
↓ 5 callersFunctionload_kml
(file_path: &str)
app/rust/src/import_data.rs:252
↓ 5 callersMethodpeek_latest_bitmap
(&self)
app/rust/src/renderer/map_renderer.rs:87
↓ 5 callersFunctionreload_main_map_bitmap
(storage: &Storage, main_map_state: &mut MainMapState)
app/rust/src/api/api.rs:56
↓ 5 callersFunctionsample
()
tools/geo_rasterizer/src/registry.rs:369
↓ 5 callersMethodside
(&self)
app/journey_kernel/src/bitmap2d.rs:97
↓ 5 callersFunctiontmp
(content: &[u8])
tools/geo_rasterizer/src/cache.rs:103
↓ 5 callersFunctionto_toml_sorted
Stable on-disk form: entries sorted by `code` for human review, points rounded ([`REF_DECIMALS_FACTOR`]) and worldview-identical entries collapsed. ID
tools/geo_rasterizer/src/registry.rs:302
↓ 5 callersMethodupdate_journey_data_with_latest_postprocessor
( &mut self, id: &str, journey_data: JourneyData, )
app/rust/src/main_db.rs:367
↓ 5 callersMethodx
(&self)
app/rust/src/journey_bitmap.rs:358
↓ 4 callersMethod_updateUrlHash
(params: UrlHashParams)
app/journey_kernel/static/debug-panel.ts:703
↓ 4 callersMethod_updateViewpointInfo
()
app/journey_kernel/static/debug-panel.ts:421
↓ 4 callersFunctionadd_bitmap_journey
(main_db: &mut MainDb)
app/rust/tests/archive.rs:37
↓ 4 callersFunctionadd_vector_journeys
(main_db: &mut MainDb)
app/rust/tests/archive.rs:18
↓ 4 callersFunctiondata_sources
()
app/rust/benches/cache.rs:49
↓ 4 callersFunctiondate_of_days_since_epoch
(days: i32)
app/rust/src/utils.rs:35
↓ 4 callersFunctiondraw_line4
(journey_bitmap: &mut JourneyBitmap)
app/rust/tests/test_utils/mod.rs:194
↓ 4 callersFunctiondraw_sample_bitmap
()
app/rust/tests/test_utils/mod.rs:198
↓ 4 callersMethodentities_of_kind
(&self, kind: GeoEntityKind)
app/rust/src/geo.rs:95
↓ 4 callersMethodentity_of_block
(&self, tile: TileKey, block: BlockKey)
app/rust/src/geo.rs:69
↓ 4 callersFunctionexport_all_journeys_as_mldx
( txn: &main_db::Txn, writer: &mut T, section_version: SectionVersion, )
app/rust/src/archive.rs:384
↓ 4 callersMethodflush
(&mut self)
app/rust/src/storage.rs:83
↓ 4 callersFunctionget_default_camera_option_from_journey_bitmap
TODO: redesign this interface at a better position
app/rust/src/renderer/mod.rs:17
↓ 4 callersFunctionget_main_map_state
()
app/rust/src/api/api.rs:848
↓ 4 callersMethodget_ongoing_journey_timestamp_range
the fist timestamp is the start time, the second is the end time
app/rust/src/main_db.rs:147
↓ 4 callersMethodimport
( &mut self, txn: &mut main_db::Txn, selected_journey_ids: Option<&HashSet<String>>,
app/rust/src/archive.rs:290
↓ 4 callersMethodinvalidate
(&self, entries: &[CacheEntry])
app/rust/src/cache_db/cache_db_v1.rs:204
↓ 4 callersMethoditer_mut
(&mut self)
app/rust/src/journey_bitmap.rs:449
↓ 4 callersMethoditer_pixels
Iterate pixels at a given (x, y, z, resolution_exp) viewport. This covers the two leaf-tile iteration cases: - Mipmap sampling when `z + resolution_e
app/journey_kernel/src/bitmap2d.rs:279
↓ 4 callersFunctionjourney_bitmap_to_fwss_file
( journey_bitmap: &JourneyBitmap, writer: &mut T, )
app/rust/src/export_data/fow.rs:341
↓ 4 callersMethodjourney_date_range
(&self)
app/rust/src/main_db.rs:624
↓ 4 callersFunctionjourney_vector_to_gpx_file
( journey_vector: &JourneyVector, writer: &mut T, )
app/rust/src/export_data/gpx.rs:56
↓ 4 callersMethodlevel_at_offset
(&self, offset: usize)
app/journey_kernel/src/bitmap2d.rs:221
↓ 4 callersFunctionload_fow_sync_data
(mldx_file_path: &str)
app/rust/src/import_data.rs:105
↓ 4 callersFunctionload_source_bitmap
()
app/rust/tests/fow_snapshot_export.rs:20
↓ 4 callersMethodnext_id
One past the current maximum id (next append slot). Returns 0 if empty.
tools/geo_rasterizer/src/registry.rs:110
↓ 4 callersFunctionparseNum
(val: string | undefined, fallback: number)
app/journey_kernel/static/params.ts:307
↓ 4 callersMethodpeek_tile_without_updating_cache
(&self, key: &TileKey, mut f: F)
app/rust/src/journey_bitmap.rs:100
↓ 4 callersMethodpollForJourneyUpdates
( forceUpdate: boolean = false, )
app/journey_kernel/static/journey-tile-provider.ts:125
↓ 4 callersFunctionrasterize
(_features: &[ParsedFeature], model: &EntityModel)
tools/geo_rasterizer/src/rasterize.rs:88
↓ 4 callersFunctionregion_level_view
( layer: AchievementLayer, level: RegionKind, parent: Option<GeoEntityId>, )
app/rust/src/api/achievement.rs:112
↓ 4 callersFunctionregister_worldview
Append-only id allocation + per-worldview ref recording. `points` is one entry per code in first-seen order (from `merged_representative_points` for O
tools/geo_rasterizer/src/registry.rs:170
↓ 4 callersFunctionrun_gpx_integrity_check
( import_path: &str, export_path: &str, )
app/rust/tests/import_export_data.rs:13
↓ 4 callersFunctionserialize_journey_bitmap
( journey_bitmap: &mut JourneyBitmap, mut writer: T, )
app/rust/src/journey_data.rs:91
↓ 4 callersMethodset_invalidate_action
(&mut self, new_entries: Vec<CacheEntry>)
app/rust/src/main_db.rs:97
↓ 4 callersFunctionsetup_storage_with
(src: &DataSource)
app/rust/benches/cache.rs:100
↓ 4 callersMethodstop
TODO: maybe shutdown the server when switched to background
app/rust/examples/shared/map_server.rs:199
↓ 4 callersMethodswitchRenderingLayer
* Switch between rendering layers based on current params.renderMode * This handles cleanup of the old layer and creation of a new one * * @r
app/journey_kernel/static/map-controller.ts:221
↓ 4 callersFunctiontileXYToLngLat
(x: number, y: number, zoom: number)
app/journey_kernel/static/layers/utils.ts:13
↓ 4 callersMethodto_proto
(self)
app/rust/src/journey_header.rs:30
↓ 4 callersMethodtype_
(&self)
app/rust/src/journey_data.rs:162
↓ 4 callersFunctionvalidate_no_antimeridian_span
Verify that no ring crosses the antimeridian via a single edge between two non-polar vertices. Natural Earth pre-splits polygons that cross ±180; if a
tools/geo_rasterizer/src/parse.rs:89
↓ 4 callersFunctionvector_to_bitmap
(name: &str, zoom: i32, filename_override: Option<&str>)
app/rust/tests/journey_bitmap.rs:163
↓ 4 callersFunctionwrite_atomically
Convenience wrapper: atomically write an in-memory buffer to `path`.
tools/geo_rasterizer/src/atomic_write.rs:68
↓ 4 callersFunctionwrite_single_journey_archive
( section_version: SectionVersion, )
app/rust/tests/archive.rs:101
↓ 3 callersMethod_updateLpmDisplay
()
app/journey_kernel/static/debug-panel.ts:568
↓ 3 callersMethodancestors
(&self, id: GeoEntityId)
app/rust/src/geo.rs:99
↓ 3 callersFunctionblock_xy_to_lng_lat
Inverse of `lng_lat_to_block_xy`. Returns the lng/lat at block (x, y)'s top-left corner.
tools/geo_rasterizer/src/projection.rs:34
↓ 3 callersMethodcheckAndFetchTileBuffer
( forceUpdate: boolean = false, )
app/journey_kernel/static/journey-tile-provider.ts:187
↓ 3 callersMethodclear_all
(&self)
app/rust/src/cache_db/cache_db_v1.rs:218
↓ 3 callersFunctioncompute_region_states
Compute the region states from each layer's merged coverage bitmap. Each bitmap is already the layer's union (e.g. `cache_db`'s `Default` / `Flight`
app/rust/src/achievement/compute/region_state.rs:32
↓ 3 callersFunctioncontinent_code
Map a Natural Earth `CONTINENT` value to the MVP's two-letter continent code.
tools/geo_rasterizer/src/entities.rs:27
↓ 3 callersFunctiondeserialize_journey_bitmap
`full_validation = true` will fully deserialize (instead of a lazy version) the bitmap to make sure it is valid. It can be slow but is required for l
app/rust/src/journey_data.rs:118
↓ 3 callersFunctiondetermine_date_ranges
(storage: &Storage)
app/rust/benches/cache.rs:150
↓ 3 callersMethoddifference
(&mut self, other_journey_bitmap: &JourneyBitmap)
app/rust/src/journey_bitmap.rs:287
↓ 3 callersFunctionentity
(id: u32, kind: GeoEntityKind, iso: &str, parent: Option<u32>, area: u64)
app/rust/tests/region_index.rs:19
↓ 3 callersMethodfind_tile
(&self, grid_x: i32, grid_y: i32)
app/journey_kernel/src/wasm/tile_buffer.rs:39
↓ 3 callersFunctionfow_snapshot_filename
(x: u16, y: u16, z: i32, file_type: FoWSnapshotFileType)
app/rust/src/export_data/fow.rs:50
↓ 3 callersFunctiongenerate_random_revision
()
app/rust/src/main_db.rs:90
↓ 3 callersMethodgetCenter
()
app/journey_kernel/static/debug-panel.ts:31
↓ 3 callersMethodget_current_area
(&mut self)
app/rust/src/renderer/map_renderer.rs:91
↓ 3 callersFunctionget_dev_server_host
()
app/rust/examples/shared/map_server.rs:59
↓ 3 callersMethodget_tile
(&mut self, key: &TileKey)
app/rust/src/journey_bitmap.rs:88
↓ 3 callersFunctioninsert
(storage: &Storage, date: (i32, u32, u32), kind: JourneyKind, bm: JourneyBitmap)
app/rust/tests/achievement_on_demand.rs:63
↓ 3 callersFunctionjourney_info_from_raw_vector_data
(raw_vector_data: &[Vec<RawData>])
app/rust/src/import_data.rs:512
↓ 3 callersMethodload_single_journey
( &mut self, journey_id: &str, )
app/rust/src/archive.rs:265
↓ 3 callersFunctionmanifest
Crate dir, baked at compile time — defaults resolve relative to it so the tool runs with no args regardless of the caller's cwd.
tools/geo_rasterizer/src/main.rs:54
↓ 3 callersMethodmerge_into
(self, bitmap: &mut JourneyBitmap)
app/rust/src/journey_data.rs:148
↓ 3 callersMethodmerge_journey
(&self, entry: &CacheEntry, data: &JourneyData)
app/rust/src/cache_db/cache_db_v1.rs:188
↓ 3 callersMethodmonths_with_journey
(&self, year: i32)
app/rust/src/main_db.rs:550
↓ 3 callersFunctionnotifyFlutterReady
()
app/journey_kernel/static/flutter-bridge.ts:212
↓ 3 callersMethodnum_levels
(&self)
app/journey_kernel/src/bitmap2d.rs:231
↓ 3 callersFunctionon_location_update
Return `true` if this update contains meaningful data. Meaningful data means it is not ignored by the gps preprocessor.
app/rust/src/api/api.rs:402
↓ 3 callersFunctionone_block
(tile: TileKey, block: BlockKey, bits: u32)
app/rust/tests/achievement_on_demand.rs:53
↓ 3 callersFunctionone_block
A bitmap with `bits` pixels set in one block of one tile.
app/rust/tests/region_index.rs:58
↓ 3 callersFunctionparse_tile_range_header
(data: &[u8])
app/journey_kernel/src/tile_range.rs:169
↓ 3 callersFunctionpopulate_total_areas
( model: &mut EntityModel, tile_lookup: &[TileMembership], block_lookup: &BTreeMap<(u16, u16), Vec
tools/geo_rasterizer/src/area.rs:16
← previousnext →101–200 of 1,024, ranked by callers