Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/logto-io/logto
/ tableToPathname
Function
tableToPathname
packages/core/src/utils/SchemaRouter.ts:78–78 ·
view source on GitHub ↗
(tableName: string)
Source
from the content-addressed store, hash-verified
76
* ```
77
*/
78
export
const
tableToPathname = (tableName: string) => tableName.replaceAll(
'_'
,
'-'
);
79
80
/**
81
* Generate the camel case schema ID column name.
Callers
4
constructor
Method · 0.85
addRelationRoutes
Method · 0.85
singleSignOnConnectorsRoutes
Function · 0.85
ssoConnectorIdpInitiatedAuthConfigRoutes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected