Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydio/cells
/ MPathOrderingLastInteger
Method
MPathOrderingLastInteger
common/storage/sql/postgres.go:39–41 ·
view source on GitHub ↗
(mm ...string)
Source
from the content-addressed store, hash-verified
37
}
38
39
func
(p *postgresHelper) MPathOrderingLastInteger(mm ...string) string {
40
return
`(string_to_array(` + p.Concat(mm...) + `,
'.'
))::int[]`
41
}
42
43
func
(p *postgresHelper) SupportsAvailableSlot() bool {
44
return
true
Callers
nothing calls this directly
Calls
1
Concat
Method · 0.95
Tested by
no test coverage detected