Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PRQL/prql
/ with_doc_comment
Method
with_doc_comment
prqlc/prqlc-parser/src/parser/mod.rs:269–271 ·
view source on GitHub ↗
(self, _doc_comment: Option<String>)
Source
from the content-addressed store, hash-verified
267
#[cfg(test)]
268
impl SupportsDocComment for String {
269
fn with_doc_comment(self, _doc_comment: Option<String>) -> Self {
270
self
271
}
272
}
273
}
Callers
1
with_doc_comment
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected