MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / isFontIconURI

Function isFontIconURI

packages/core/utils/common.ts:98–103  ·  view source on GitHub ↗
(uri: string)

Source from the content-addressed store, hash-verified

96}
97
98export function isFontIconURI(uri: string): boolean {
99 if (!types.isString(uri)) {
100 return false;
101 }
102 return uri.trim().startsWith(FONT_PREFIX);
103}
104
105export function isSystemURI(uri: string): boolean {
106 if (!types.isString(uri)) {

Callers 6

loadActionIconFunction · 0.90
createTabItemSpecFunction · 0.90
_getIconMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected