module

Xerp::Query::ResultId

Class methods

generate(rel_path : String, line_start : Int32, line_end : Int32, content_hash : String) : String

Generates a stable result ID from individual components.

Source
generate(rel_path : String, block : Store::BlockRow, content_hash : String) : String

Generates a stable result ID for a block. The ID remains stable as long as the block's content doesn't change.

Source