We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5813c2 commit 945de7eCopy full SHA for 945de7e
vlib/v/embed_file/embed_file.v
@@ -88,6 +88,7 @@ pub struct EmbedFileIndexEntry {
88
}
89
90
// find_index_entry_by_path is used internally by the V compiler:
91
+@[markused]
92
pub fn find_index_entry_by_path(start voidptr, path string, algo string) &EmbedFileIndexEntry {
93
unsafe {
94
mut x := &EmbedFileIndexEntry(start)
0 commit comments