[][src]Function leetup::template::parse_code

pub fn parse_code(code: &str) -> Option<String>

Parse code to submit only the relevant chunk of code.

Ignore generated code definition and custom injected code for testing purposes.