MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / QiFunc_csv_read

Method QiFunc_csv_read

source/src/scriptinterpreter.cpp:1358–1358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1356 {
1357 const auto src = String::toWString(args[0].toString());
1358 const auto des = String::toWString(args[1].toString());
1359 std::wstring des_path;
1360 if ((src.find(L'\\') != std::wstring::npos || src.find(L'/') != std::wstring::npos) && (des.find(L'\\') == std::wstring::npos && des.find(L'/') == std::wstring::npos))
1361 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected