Make coerce-custom-type-id private
This commit is contained in:
parent
05b424fe33
commit
13cdf06a60
1 changed files with 1 additions and 1 deletions
|
|
@ -632,7 +632,7 @@
|
|||
(assert (or (keyword? custom-type-id)
|
||||
(and (integer? custom-type-id) (<= 1 custom-type-id 128)))))
|
||||
|
||||
(defn coerce-custom-type-id
|
||||
(defn- coerce-custom-type-id
|
||||
"* +ive byte id -> -ive byte id (for unprefixed custom types).
|
||||
* Keyword id -> Short hash id (for prefixed custom types)."
|
||||
[custom-type-id]
|
||||
|
|
|
|||
Loading…
Reference in a new issue