MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / IsCancelSupported

Method IsCancelSupported

Sources/Shared/IO/EmscriptenFileStream.cpp:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 bool EmscriptenFilePicker::IsCancelSupported() const
218 {
219 return _supportsCancel;
220 }
221
222 void EmscriptenFilePicker::FetchFilesAsync(Containers::StringView fileFilter, bool multiple, Containers::Function<void(Containers::ArrayView<EmscriptenFileStream>)>&& callback)
223 {

Callers 1

OnUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected