We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Content::decoded_content
1 parent 69c7869 commit 2ca1010Copy full SHA for 2ca1010
src/models/repos.rs
@@ -172,7 +172,8 @@ pub struct Content {
172
pub path: String,
173
pub sha: String,
174
pub encoding: Option<String>,
175
- /// File content, Base64 encoded
+ /// File content, Base64 encoded. See also
176
+ /// [Content::decoded_content].
177
pub content: Option<String>,
178
pub size: i64,
179
pub url: String,
0 commit comments