SmfParser Module
Parses BAR Spring Map Files (.sd7 / .smf) from disk into an
SmfMap value that downstream primitives can consume without
a running engine.
Functions and values
| Function or value |
Description
|
Full Usage:
listInstalledMaps ()
Parameters:
unit
Returns: string list
|
Return absolute paths to every
|
Full Usage:
parseBytes sourceName bytes
Parameters:
string
-
Label recorded in SourceArchive for diagnostics.
bytes : byte[]
-
Raw SMF byte buffer.
Returns: Result<SmfMap, SmfParseError>
|
Parse raw SMF bytes directly (no 7-zip extraction step). Used by unit tests that inject a minimal synthetic SMF payload without going through the filesystem.
|
Full Usage:
parseSd7 sd7Path
Parameters:
string
-
Absolute path to the .sd7 archive.
Returns: Result<SmfMap, SmfParseError>
Ok SmfMap on success, or Error with a descriptive payload.
|
Parse a
|
|
FSBarV1_Archived