MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / hasSafeFileName

Method hasSafeFileName

Libraries/Http/HttpMultipartParser.cpp:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210bool HttpMultipartPartHeadersView::hasSafeFileName() const
211{
212 return disposition.hasFileName and HttpMultipartIsSafeFileName(disposition.fileName);
213}
214
215Result HttpMultipartParser::initWithBoundary(StringSpan boundaryValue)
216{

Callers 2

onDataMethod · 0.80

Calls 1

Tested by 1