-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
| fn get_timestamp(key_path: &str) -> i64 { |
Seems to be the same as:
colink-sdk-rust-dev/src/protocol.rs
Lines 154 to 157 in c014202
| fn get_timestamp(key_path: &str) -> i64 { | |
| let pos = key_path.rfind('@').unwrap(); | |
| key_path[pos + 1..].parse().unwrap() | |
| } |
Also, can we rename this to get_path_timestamp just to be consistent with the Python SDK? Thanks!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request