| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f8581e7 commit 4431df7
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -534,6 +534,7 @@ struct SnapshotData { | |||
| 534 | 534 | bool Check() const; | |
| 535 | 535 | static bool FromFile(SnapshotData* out, FILE* in); | |
| 536 | 536 | static bool FromBlob(SnapshotData* out, const std::vector<char>& in); | |
| 537 | + static bool FromBlob(SnapshotData* out, std::string_view in); | ||
| 537 | 538 | static const SnapshotData* FromEmbedderWrapper( | |
| 538 | 539 | const EmbedderSnapshotData* data); | |
| 539 | 540 | EmbedderSnapshotData::Pointer AsEmbedderWrapper() const; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments