MCPcopy Create free account
hub / github.com/bvanjoi/bolt-ts / ExternalModuleReference

Class ExternalModuleReference

crates/ast/src/expr.rs:1222–1226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1220
1221#[derive(Debug, Clone, Copy)]
1222pub enum TemplateExpressionKind<'cx> {
1223 NoSubstitutionTemplateLit(&'cx NoSubstitutionTemplateLit),
1224 TemplateExpr(&'cx TemplateExpr<'cx>),
1225}
1226
1227impl TemplateExpressionKind<'_> {
1228 pub fn span(&self) -> Span {
1229 match self {

Calls

no outgoing calls

Tested by

no test coverage detected