Searched defs:isText (Results 1 – 12 of 12) sorted by relevance
101 … let isText = (contentType?.starts(with: "text/") ?? false) || contentType == "application/json" in urlSession() variable
235 …val isText = contentType?.type == "text" || (contentType?.type == "application" && contentType.sub… constant in expo.modules.kotlin.devtools.cdp.ExpoReceivedResponseBodyParams
235 …val isText = contentType?.type == "text" || (contentType?.type == "application" && contentType.sub… constant in abi49_0_0.expo.modules.kotlin.devtools.cdp.ExpoReceivedResponseBodyParams
7775 VkBool32 isText; member