| 472 | } |
| 473 | |
| 474 | FLSharedKeys FLSharedKeys_CreateFromStateData(FLSlice data) FLAPI { |
| 475 | FLSharedKeys keys = FLSharedKeys_New(); |
| 476 | if (keys) |
| 477 | FLSharedKeys_LoadStateData(keys, data); |
| 478 | return keys; |
| 479 | } |
| 480 | |
| 481 | |
| 482 |
nothing calls this directly
no test coverage detected