CodeStory.Formatter (CodeStory v0.1.0)

Copy Markdown View Source

Renders the call tree as a human-readable, color-coded string.

Summary

Functions

Formats the call tree with ANSI colors.

Formats the call tree without ANSI colors (for file output).

Functions

format(tree, opts)

Formats the call tree with ANSI colors.

format_plain(tree, opts)

Formats the call tree without ANSI colors (for file output).