Method
ImportFromBufferToWorking
(string pBuffer,uint nImportFlags)
Source from the content-addressed store, hash-verified
| 3059 | return result; |
| 3060 | } |
| 3061 | public bool ImportFromBufferToWorking(string pBuffer,uint nImportFlags) |
| 3062 | { |
| 3063 | IntPtr pBufferUtf8 = Utils.ToUtf8(pBuffer); |
| 3064 | bool result = FnTable.ImportFromBufferToWorking(pBufferUtf8,nImportFlags); |
| 3065 | Marshal.FreeHGlobal(pBufferUtf8); |
| 3066 | return result; |
| 3067 | } |
| 3068 | public void ShowWorkingSetPreview() |
| 3069 | { |
| 3070 | FnTable.ShowWorkingSetPreview(); |
Callers
nothing calls this directly
Tested by
no test coverage detected