MCPcopy Create free account

hub / github.com/MemoLanes/MemoLanes / functions

Functions1,024 in github.com/MemoLanes/MemoLanes

↓ 2 callersFunctionpoint
(latitude: f64, longitude: f64)
app/rust/src/gps_processor.rs:83
↓ 2 callersMethodpush_undo_checkpoint
(&mut self, prev_data: JourneyVector)
app/rust/src/api/edit_session.rs:423
↓ 2 callersFunctionrasterize_one
Rasterize one worldview. Returns early (this fn only — never aborting a batch loop) after `ensure_source` when `download_only` is set.
tools/geo_rasterizer/src/main.rs:115
↓ 2 callersMethodraw_data
(&self)
app/rust/src/journey_bitmap.rs:652
↓ 2 callersFunctionraw_data_csv_to_gpx_file
( csv_reader: &mut Reader<R>, writer: &mut W, )
app/rust/src/export_data/gpx.rs:73
↓ 2 callersFunctionread_bytes_with_size_header
(reader: &mut T)
app/rust/src/archive.rs:116
↓ 2 callersFunctionread_journey_data_bytes
( reader: &mut T, section_version: SectionVersion, )
app/rust/src/archive.rs:154
↓ 2 callersFunctionread_on_demand
Read area for all layers + region states through the on-demand store, over one consistent snapshot from `storage`.
app/rust/tests/achievement_on_demand.rs:87
↓ 2 callersMethodreader
( &'a self, snapshot: &'a JourneySnapshot, )
app/rust/src/achievement/backend/on_demand.rs:39
↓ 2 callersMethodrecord
TODO: better error handling
app/rust/src/storage.rs:90
↓ 2 callersMethodrecord_gps_data
( &self, raw_data: &gps_processor::RawData, process_result: ProcessResult, rec
app/rust/src/storage.rs:287
↓ 2 callersFunctionreg
()
tools/geo_rasterizer/src/entities.rs:136
↓ 2 callersMethodregenerate_mipmaps
Regenerates all mipmap levels from the original 64x64 bitmap
app/rust/src/journey_bitmap.rs:713
↓ 2 callersFunctionregion_detail
( entity_id: GeoEntityId, layer: AchievementLayer, )
app/rust/src/api/achievement.rs:138
↓ 2 callersFunctionregion_entity
One entity's coverage in `layer`, or `None` if the id is unknown.
app/rust/src/achievement/read_model/region.rs:92
↓ 2 callersFunctionregion_levels
()
app/rust/src/api/achievement.rs:104
↓ 2 callersFunctionregister_source
Register every ADM0_A3 (and its continent) found in `path` under `worldview`.
tools/geo_rasterizer/src/bin/registry_gen.rs:54
↓ 2 callersFunctionrender_first_tile
(bitmap: JourneyBitmap)
app/rust/tests/fow_snapshot_export.rs:61
↓ 2 callersMethodreset
(&mut self)
app/rust/src/renderer/map_renderer.rs:57
↓ 2 callersFunctionreset_gps_preprocessor_if_finalized
(finalize_op: F)
app/rust/src/api/api.rs:507
↓ 2 callersMethodset_geo
No persistence/cache, so the worldview id isn't needed — only the geo lookup drives reads.
app/rust/src/achievement/backend/on_demand.rs:34
↓ 2 callersFunctionset_version_in_metadata
(tx: &Transaction, version: i32)
app/rust/src/utils.rs:100
↓ 2 callersFunctionsha256_of
(path: &Path)
tools/geo_rasterizer/src/download.rs:61
↓ 2 callersFunctionskip_journey_record
(reader: &mut T, section_version: SectionVersion)
app/rust/src/archive.rs:164
↓ 2 callersMethodsource_url
Full raw-GitHub URL of this worldview's pinned source.
app/rust/geo_data_format/src/worldview.rs:72
↓ 2 callersMethodsync_renderer_from_data
(&self)
app/rust/src/api/edit_session.rs:198
↓ 2 callersFunctionsynthetic_geo
Geo where the whole tile (0,0) is France and tile (1,0) is a border tile owned block-by-block by Germany. EU is their parent continent. Entity total a
app/rust/tests/region_index.rs:33
↓ 2 callersMethodtile_entry
(&self, tile: TileKey)
app/rust/src/geo.rs:58
↓ 2 callersMethodto_cartesian
(&self)
app/rust/src/gps_processor.rs:34
↓ 2 callersMethodto_compressed_bytes
(&self)
app/rust/geo_data_format/src/packed_tile.rs:84
↓ 2 callersMethodto_db_key
(self)
app/rust/src/main_db.rs:839
↓ 2 callersFunctiontrySetup
()
app/journey_kernel/static/render_diagnostics.ts:111
↓ 2 callersMethodvalidate
Validate that all serialized tiles can be deserialized successfully. This is necessary when importing data. Other parts of the code assume deserializa
app/rust/src/journey_bitmap.rs:132
↓ 2 callersFunctionvalidate_magic_header
(reader: &mut T, expected_header: &[u8; 2])
app/rust/src/journey_data.rs:27
↓ 2 callersFunctionwell_formed_bin
A minimal but complete, well-formed `geo_data.bin` carrying `hash`.
tools/geo_rasterizer/tests/cache.rs:14
↓ 2 callersFunctionwrite_gpx_with_segments
TODO: Pull in more metadata to the exported files, e.g. timestamp, note, etc For most things, we could put them as custom attributes. The timestamp is
app/rust/src/export_data/gpx.rs:16
↓ 2 callersFunctionwrite_mldx
( journey_headers: Vec<JourneyHeader>, mut load_journey_data: F, writer: &mut T, section_versi
app/rust/src/archive.rs:426
↓ 2 callersFunctionwrite_proto_as_compressed_block
( writer: &mut W, message: M, )
app/rust/src/archive.rs:373
↓ 2 callersMethodwrite_to
(&self, writer: &mut W)
app/rust/src/journey_bitmap.rs:398
↓ 2 callersFunctionxy_to_index
(x: i64, y: i64, width_exp: i16)
app/journey_kernel/src/utils.rs:1
↓ 2 callersMethodyears_with_journey
(&self)
app/rust/src/main_db.rs:538
↓ 1 callersMethod_checkDebugStatus
()
app/journey_kernel/static/debug-panel.ts:729
↓ 1 callersMethod_renderFpsGraph
()
app/journey_kernel/static/debug-panel.ts:579
↓ 1 callersMethod_setupCollapsibleSections
* Setup collapsible section toggle behavior
app/journey_kernel/static/debug-panel.ts:293
↓ 1 callersMethod_setupEventListeners
()
app/journey_kernel/static/debug-panel.ts:314
↓ 1 callersMethod_setupFpsMonitoring
()
app/journey_kernel/static/debug-panel.ts:452
↓ 1 callersMethod_setupNetworkMonitoring
()
app/journey_kernel/static/debug-panel.ts:513
↓ 1 callersMethod_setupParamsHook
* Setup hook to sync the dropdown when renderMode changes from outside * (e.g., from Flutter or URL hash change)
app/journey_kernel/static/debug-panel.ts:226
↓ 1 callersMethod_updateFpsDisplay
()
app/journey_kernel/static/debug-panel.ts:532
↓ 1 callersFunctionadd_f32_mercator_coordinates
(pixels: &mut Vec<f32>, x: f64, y: f64)
app/journey_kernel/src/wasm/mod.rs:33
↓ 1 callersFunctionanalyze_and_prepare_gpx
(xml: &str)
app/rust/src/gpx_file_utils.rs:10
↓ 1 callersMethodappend_ongoing_journey
( &mut self, raw_data: &gps_processor::RawData, process_result: ProcessResult, )
app/rust/src/main_db.rs:754
↓ 1 callersFunctionbits_for_palette
(n: usize)
app/rust/geo_data_format/src/packed_tile.rs:136
↓ 1 callersFunctionbitvec_from_bytes_lsb
(bytes: &[u8], bit_count: usize)
app/journey_kernel/src/bitmap2d.rs:15
↓ 1 callersFunctionbitvec_to_bytes_lsb
(bits: &BitVec)
app/journey_kernel/src/bitmap2d.rs:4
↓ 1 callersFunctionblock_of
Web-mercator (lng,lat) -> global block coords on the 65536-block grid (the same projection the rasterizer used, so lookups are self-consistent).
app/rust/tests/region_ground_truth.rs:108
↓ 1 callersFunctionblock_of
Web-mercator (lng, lat) → (tile, block) on the 65 536-block grid — the same projection the rasterizer used, so the lookup is self-consistent with the
app/rust/tests/geo_real_asset.rs:17
↓ 1 callersMethodbuildTransformRequest
* Build the transform request function for Mapbox URL transformation
app/journey_kernel/static/map-controller.ts:105
↓ 1 callersFunctionbuildUrl
( endpoint: string, resource: string, params?: Record<string, any>, )
app/journey_kernel/static/render_diagnostics.ts:95
↓ 1 callersFunctionbuildUrl
( endpoint: string, resource: string, params?: Record<string, any>, )
app/journey_kernel/static/journey-tile-provider.ts:49
↓ 1 callersFunctioncalculateBits
(format: PrecisionFormat | null)
app/journey_kernel/static/render_diagnostics.ts:628
↓ 1 callersFunctioncentroid_of
Representative point of a country/continent geometry: the centroid of its merged `MultiPolygon`. Deterministic for a fixed geometry.
tools/geo_rasterizer/src/registry.rs:124
↓ 1 callersFunctioncheck_and_copy_yarn_file
Checks and creates necessary dependency files if they do not exist
app/rust/build.rs:51
↓ 1 callersFunctioncheck_and_create_file
(file_path: &str, warning_message: &str, content: &str)
app/rust/build.rs:38
↓ 1 callersMethodcheck_invariant_and_debug_log
(&mut self)
app/rust/src/journey_bitmap.rs:337
↓ 1 callersMethodchildren
(&self, id: GeoEntityId)
app/rust/src/geo.rs:109
↓ 1 callersMethodclamped_query_render_exp
(&self, tile_z: u8, requested_render_exp: u8)
app/journey_kernel/src/wasm/tile_buffer.rs:56
↓ 1 callersFunctionclear
()
app/journey_kernel/static/platform.ts:112
↓ 1 callersFunctioncompress_tile_range_tail
Compresses the response tail (presence bitmap + mipmap payload).
app/journey_kernel/src/tile_range.rs:281
↓ 1 callersFunctioncompress_with_len_prefix
(uncompressed_len: usize, compressed_payload: Vec<u8>)
app/journey_kernel/src/tile_archive.rs:129
↓ 1 callersMethodcontains_block
(&self, block_key: &BlockKey)
app/rust/src/journey_bitmap.rs:416
↓ 1 callersMethodcontains_tile
(&self, key: &TileKey)
app/rust/src/journey_bitmap.rs:84
↓ 1 callersFunctioncontinent_code_pub
Public wrapper so `registry_gen` can derive a feature's continent code.
tools/geo_rasterizer/src/entities.rs:42
↓ 1 callersMethodcount_pixels
(&self)
app/rust/src/export_data/fow.rs:127
↓ 1 callersFunctioncreateHandler
( func: ((event: Event) => void) | null, timeout: number, )
app/journey_kernel/static/platform.ts:88
↓ 1 callersFunctioncreateReactiveParams
( externalParams: ExternalParams, )
app/journey_kernel/static/params.ts:275
↓ 1 callersFunctioncreateReactiveProxy
* Create a ReactiveParams proxy object * @param data - Initial parameter values * @returns Proxy-wrapped reactive params object
app/journey_kernel/static/params.ts:165
↓ 1 callersFunctiondecompress_tile_range_response
Normalizes a TileRangeResponse into an uncompressed form. The returned bytes preserve the exact header and payload semantics, except `compression` is
app/journey_kernel/src/tile_range.rs:198
↓ 1 callersFunctiondecompress_tile_range_tail
Decompresses the response tail into raw presence bitmap + payload bytes.
app/journey_kernel/src/tile_range.rs:297
↓ 1 callersFunctiondefault_countries
(worldview: Worldview)
tools/geo_rasterizer/src/bin/registry_gen.rs:47
↓ 1 callersFunctiondefault_registry
()
tools/geo_rasterizer/src/main.rs:64
↓ 1 callersMethoddelete_raw_data_file
(&self, filename: String)
app/rust/src/storage.rs:260
↓ 1 callersMethoddeserialize
`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:190
↓ 1 callersFunctiondeserialize_journey_vector
(mut reader: T)
app/rust/src/journey_data.rs:64
↓ 1 callersFunctiondeserialize_mipmap
(bytes: &[u8])
app/journey_kernel/src/tile_archive.rs:34
↓ 1 callersFunctiondetectBrowserCapabilities
()
app/journey_kernel/static/render_diagnostics.ts:240
↓ 1 callersFunctiondetectWasmFeatures
()
app/journey_kernel/static/render_diagnostics.ts:338
↓ 1 callersFunctiondetect_gpx_preprocessor
(xml: &str)
app/rust/src/gpx_file_utils.rs:23
↓ 1 callersFunctiondispatch_random_data
(params: &HashMap<String, String>)
app/rust/src/renderer/internal_server.rs:162
↓ 1 callersFunctiondispatch_tile_range
( params: &HashMap<String, String>, map_renderer: &mut MapRenderer, )
app/rust/src/renderer/internal_server.rs:112
↓ 1 callersMethoddistance_in_m
(&self)
app/rust/src/journey_date_picker.rs:97
↓ 1 callersFunctiondownload_to
(path: &Path, url: &str)
tools/geo_rasterizer/src/download.rs:88
↓ 1 callersFunctiondraw_line1
(journey_bitmap: &mut JourneyBitmap)
app/rust/examples/server.rs:20
↓ 1 callersFunctiondraw_line2
(journey_bitmap: &mut JourneyBitmap)
app/rust/examples/server.rs:23
↓ 1 callersFunctiondraw_line3
(journey_bitmap: &mut JourneyBitmap)
app/rust/examples/server.rs:26
↓ 1 callersFunctiondraw_line4
(journey_bitmap: &mut JourneyBitmap)
app/rust/examples/server.rs:29
↓ 1 callersFunctiondraw_line5
(journey_bitmap: &mut JourneyBitmap)
app/rust/examples/server.rs:33
↓ 1 callersMethoddraw_width
Draw a line segment of width `w` perpendicular to the dominant axis. `xaxis`: true if the line is x-axis dominant (spread along y), false for y-axis d
app/rust/src/journey_bitmap.rs:807
↓ 1 callersMethoddraw_width_point
(&mut self, x: u8, y: u8, w: u8)
app/rust/src/journey_bitmap.rs:830
↓ 1 callersMethodearliest_journey_date
(&self)
app/rust/src/main_db.rs:614
← previousnext →301–400 of 1,024, ranked by callers