MCPcopy Create free account
hub / github.com/JamieMason/syncpack / additional_help

Function additional_help

src/cli.rs:744–749  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

742}
743
744fn additional_help() -> String {
745 cformat!(
746 r#"<bold><underline>References:</underline></bold>
747- Documentation: <blue><underline>https://syncpack.dev</></>"#
748 )
749}
750
751fn validate_source(value: &str) -> Result<String, String> {
752 if value.ends_with(".json") {

Callers 1

createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…